home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 014 / number.arc / NUMBER.DOC next >
Encoding:
Text File  |  1984-02-03  |  768 b   |  29 lines

  1. /*  NUMBER.C
  2.  
  3.         Copyright (c) 1984, Gordon Lee Waite
  4.                     413 W. Pleasant Street
  5.                     Maquoketa, IA  52060
  6.  
  7.  
  8.     summary:   number infile outfile
  9.  
  10.     arguments: infile is the name of the input file.
  11.  
  12.            outfile is the name of the output file.
  13.  
  14.     options:   none
  15.  
  16.     description:
  17.  
  18.     NUMBER is used to place line numbers on each line of
  19.     the input file.  The results are written to outfile.
  20.  
  21.     The results can be routed to the screen by using CON: for
  22.     the outfile, or to the printer by using PRN:
  23.  
  24.     Example:  number crypt.c con:
  25.  
  26.     The above line would produce a listing of crypt.c at the console
  27.     with a line number on each line.
  28. */
  29.